Eclipse Platform
Pre-release 3.0

org.eclipse.ui.keys
Class NaturalKey

java.lang.Object
  extended byorg.eclipse.ui.keys.Key
      extended byorg.eclipse.ui.keys.NaturalKey
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
CharacterKey, SpecialKey

public abstract class NaturalKey
extends Key

Instances of NaturalKey represent all keys on the keyboard not known by convention as 'modifier keys'.

NaturalKey objects are immutable. Clients are not permitted to extend this class.

EXPERIMENTAL

Since:
3.0

Field Summary
 
Fields inherited from class org.eclipse.ui.keys.Key
name
 
Methods inherited from class org.eclipse.ui.keys.Key
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.